listbox: Add missing ::row-selected emissions
authorFlorian Müllner <fmuellner@gnome.org>
Thu, 8 May 2014 09:42:56 +0000 (11:42 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Aug 2014 21:17:01 +0000 (23:17 +0200)
commit6f857f87dcd98c3c6f002c143267cfb5cbe9f7fd
treeba60e6ef564a7b2f1fee5b0094575f22e8608542
parent30ba9c1316db40f2a6305d32b5f1249a377aecde
listbox: Add missing ::row-selected emissions

Rows are not necessarily selected via select_row_internal(), add
the missing signal emissions there. Also the signal should be emitted
when removing the selection altogether.

https://bugzilla.gnome.org/show_bug.cgi?id=729809
gtk/gtklistbox.c